home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / HLPWNSDK.PAK / PROGTECH.MST (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-05-06  |  12KB  |  192 lines

  1. :Base progtech.HLP
  2. 1 Win32 Programming Techniques
  3. 2 Introduction=_win32_Introduction_PT
  4. 2 Win32 Application Programming Interface
  5. 3 Win32 Application Programming Interface=_win32_Win32_Application_Programming_Interface_PT
  6. 3 About the Win32 API=_win32_About_the_Win32_API
  7. 3 Window Management=_win32_Window_Management_PT
  8. 3 Window Controls=_win32_Window_Controls_PT
  9. 3 Shell Features=_win32_Shell_Features_PT
  10. 3 Graphics Device Interface=_win32_Graphics_Device_Interface_PT
  11. 3 System Services=_win32_System_Services_PT
  12. 3 International Features=_win32_International_Features_PT
  13. 3 Network Services=_win32_Network_Services_PT
  14. 3 Win32 Platform Differences=_win32_Win32_Platform_Differences_PT
  15. 2 Writing Great Win32-based Applications
  16. 3 Writing Great Win32-based Applications=_win32_Writing_Great_Win32_based_Applications_PT
  17. 3 About Writing Great Win32-based Applications=_win32_About_Writing_Great_Win32_based_Applications_PT
  18. 3 File Information=_win32_File_Information_PT
  19. 3 Long Filenames=_win32_Long_Filenames_PT
  20. 3 Context Menus=_win32_Context_Menus_PT
  21. 3 Icons=_win32_Icons_PT
  22. 3 Shortcuts=_win32_Shortcuts_PT
  23. 3 Clipboard Data Transfer Operations=_win32_Clipboard_Data_Transfer_Operations_PT
  24. 3 Common Controls and Dialog Boxes=_win32_Common_Controls_and_Dialog_Boxes_PT
  25. 3 Common Controls=_win32_Common_Controls_PT
  26. 3 Common Dialog Boxes=_win32_Common_Dialog_Boxes_PT
  27. 3 Palette=_win32_Palette_PT
  28. 3 Windows Help=_win32_Windows_Help_PT
  29. 3 Multiple Views=_win32_Multiple_Views_PT
  30. 3 Pen Input=_win32_Pen_Input_PT
  31. 3 Window 95 Logo Requirements=_win32_Window_95_Logo_Requirements_PT
  32. 3 General Requirements for Applications=_win32_General_Requirements_for_Applications_PT
  33. 3 Personal Computer Systems=_win32_Personal_Computer_Systems_PT
  34. 3 Hardware Peripheral Devices=_win32_Hardware_Peripheral_Devices_PT
  35. 3 Display Adapters=_win32_Display_Adapters_PT
  36. 3 Audio Adapters=_win32_Audio_Adapters_PT
  37. 3 Storage Devices=_win32_Storage_Devices_PT
  38. 3 Parallel Port Devices=_win32_Parallel_Port_Devices_PT
  39. 3 External Communications Devices=_win32_External_Communications_Devices_PT
  40. 3 Modems=_win32_Modems_PT
  41. 3 Network Adapters=_win32_Network_Adapters_PT
  42. 2 The Generic Win32-based Application
  43. 3 The Generic Win32-based Application=_win32_The_Generic_Win32_based_Application_PT
  44. 3 The Entry-Point Function=_win32_The_Entry_Point_Function_PT
  45. 3 Registering the Window Class=_win32_Registering_the_Window_Class_PT
  46. 3 Creating the Main Window=_win32_Creating_the_Main_Window_PT
  47. 3 Entering the Message Loop=_win32_Entering_the_Message_Loop_PT
  48. 3 The Menu=_win32_The_Menu_PT
  49. 3 The Window Procedure=_win32_The_Window_Procedure_PT
  50. 3 The About Dialog Box=_win32_The_About_Dialog_Box_PT
  51. 3 Source Code=_win32_Source_Code_PT
  52. 3 GENERIC.C=_win32_GENERIC.C_PT
  53. 3 GENERIC.H=_win32_GENERIC.H_PT
  54. 3 GENERIC.RC=_win32_GENERIC.RC_PT
  55. 3 GENERIC.DLG=_win32_GENERIC.DLG_PT
  56. 2 Porting Code from 16-bit Windows to 32-bit Windows
  57. 3 Porting Code from 16-bit Windows to 32-bit Windows=_win32_Porting_Code_from_16_bit_Windows_to_32_bit_Windows_PT
  58. 3 Overview of Changes=_win32_Overview_of_Changes_PT
  59. 3 Porting Your Application=_win32_Porting_Your_Application_PT
  60. 3 Revising the Window Procedure Declaration=_win32_Revising_the_Window_Procedure_Declaration_PT
  61. 3 Using Proper Data Types=_win32_Using_Proper_Data_Types_PT
  62. 3 Handling Messages=_win32_Handling_Messages_PT
  63. 3 Extracting Data from Messages with Portable Code=_win32_Extracting_Data_from_Messages_with_Portable_Code_PT
  64. 3 Using Message Crackers to Write Portable Code=_win32_Using_Message_Crackers_to_Write_Portable_Code_PT
  65. 3 Summary of Windows Messages Affected=_win32_Summary_of_Windows_Messages_Affected_PT
  66. 3 Summary of DDE Messages Affected=_win32_Summary_of_DDE_Messages_Affected_PT
  67. 3 Adjusting Function Calls=_win32_Adjusting_Function_Calls_PT
  68. 3 Graphics Functions=_win32_Graphics_Functions_PT
  69. 3 Functions That Access the Extra Window Data=_win32_Functions_That_Access_the_Extra_Window_Data_PT
  70. 3 Porting MS-DOS System Calls=_win32_Porting_MS_DOS_System_Calls_PT
  71. 3 File Operations=_win32_File_Operations_PT
  72. 3 Far-Pointer Functions=_win32_Far_Pointer_Functions_PT
  73. 3 Functions Getting List and Combo Box Contents=_win32_Functions_Getting_List_and_Combo_Box_Contents_PT
  74. 3 Revising the WinMain Function=_win32_Revising_the_WinMain_Function_PT
  75. 3 Initializing Instances=_win32_Initializing_Instances_PT
  76. 3 Accessing the Command Line Through lpCmdLine=_win32_Accessing_the_Command_Line_Through_lpCmdLine_PT
  77. 3 Revising Dynamic-Link Libraries=_win32_Revising_Dynamic_Link_Libraries_PT
  78. 3 Using PORTTOOL to Automate Porting=_win32_Using_PORTTOOL_to_Automate_Porting_PT
  79. 3 Additional Porting Work=_win32_Additional_Porting_Work_PT
  80. 3 Profile Strings and .INI Files=_win32_Profile_Strings_and_.INI_Files_PT
  81. 3 Focus, Mouse Capture, and Localized Input=_win32_Focus_Mouse_Capture_and_Localized_Input_PT
  82. 3 Shared Graphical Objects=_win32_Shared_Graphical_Objects_PT
  83. 3 Memory and Pointers=_win32_Memory_and_Pointers_PT
  84. 3 Structure Alignment=_win32_Structure_Alignment_PT
  85. 3 Ranges and Promotions=_win32_Ranges_and_Promotions_PT
  86. 2 Handling Messages with Portable Macros
  87. 3 Handling Messages with Portable Macros=_win32_Handling_Messages_with_Portable_Macros_PT
  88. 3 Using Message Crackers=_win32_Using_Message_Crackers_PT
  89. 3 Overview of Message Crackers=_win32_Overview_of_Message_Crackers_PT
  90. 3 Declaring Message-Handler Prototypes=_win32_Declaring_Message_Handler_Prototypes_PT
  91. 3 Calling the Message Handler=_win32_Calling_the_Message_Handler_PT
  92. 3 Writing the Message Handler=_win32_Writing_the_Message_Handler_PT
  93. 3 Putting It Together: An Example=_win32_Putting_It_Together_An_Example_PT
  94. 3 Handling Special Cases of Messages=_win32_Handling_Special_Cases_of_Messages_PT
  95. 3 Writing Message Crackers for User-Defined Messages=_win32_Writing_Message_Crackers_for_User_Defined_Messages_PT
  96. 3 Adapting Message Crackers to Special Cases=_win32_Adapting_Message_Crackers_to_Special_Cases_PT
  97. 3 Dialog Procedures=_win32_Dialog_Procedures_PT
  98. 3 Window Subclassing=_win32_Window_Subclassing_PT
  99. 3 Window Instance Data=_win32_Window_Instance_Data_PT
  100. 3 Using Control Message Functions=_win32_Using_Control_Message_Functions_PT
  101. 2 Improving Application Performance for Windows NT
  102. 3 Improving Application Performance for Windows NT=_tools_Improving_Application_Performance_on_Windows_NT
  103. 3 Managing Kernel Resources=_tools_Managing_Kernel_Resources
  104. 3 Managing Memory=_tools_Managing_Memory
  105. 3 Managing Files=_tools_Managing_Files
  106. 3 Managing Processes=_tools_Managing_Processes
  107. 3 Managing Graphics=_tools_Managing_Graphics
  108. 3 Batch Processing for Graphics=_tools_Batch_Processing_for_Graphics
  109. 3 Managing the Device Context=_tools_Managing_the_Device_Context
  110. 3 Managing Asynchronous Input=_tools_Managing_Asynchronous_Input
  111. 3 Considerations for RISC Computers=_tools_Considerations_for_RISC_Computers
  112. 2 Overview of the Build Process
  113. 3 Overview of the Build Process=_win32_Overview_of_the_Build_Process_PT
  114. 3 Using WIN32.MAK=_win32_Using_WIN32.MAK_PT
  115. 3 Setting Targets=_win32_Setting_Targets_PT
  116. 3 Compiling Source Files=_win32_Compiling_Source_Files_PT
  117. 3 Building Applications=_win32_Building_Applications_PT
  118. 3 Building DLLs=_win32_Building_DLLs_PT
  119. 3 Using the C Run-Time Library=_win32_Using_the_C_Run_Time_Library_PT
  120. 3 Calling the C Run-Time Library from a DLL=_win32_Calling_the_C_Run_Time_Library_from_a_DLL_PT
  121. 3 Mixing Library Types=_win32_Mixing_Library_Types_PT
  122. 2 Installing Applications
  123. 3 Installing Applications=_win32_Installing_Applications_PT
  124. 3 About Installing Applications=_win32_About_Installing_Applications_PT
  125. 3 Installation Program=_win32_Installation_Program_PT
  126. 3 Designing the User Interface=_win32_Designing_the_User_Interface_PT
  127. 3 Determining the Configuration=_win32_Determining_the_Configuration_PT
  128. 3 Copying Files=_win32_Copying_Files_PT
  129. 3 Replacing DLLs in Memory=_win32_Replacing_DLLs_in_Memory_PT
  130. 3 Installing Fonts=_win32_Installing_Fonts_PT
  131. 3 Removing an Application=_win32_Removing_an_Application_PT
  132. 3 Setting Up the Environment=_win32_Setting_Up_the_Environment_PT
  133. 3 Setting Initialization Files=_win32_Setting_Initialization_Files_PT
  134. 3 Adding Entries to the Registry=_win32_Adding_Entries_to_the_Registry_PT
  135. 3 Supporting Context Menu Operations=_win32_Supporting_Context_Menu_Operations_PT
  136. 3 Adding the Application to the Start Button=_win32_Adding_the_Application_to_the_Start_Button_PT
  137. 3 Using Filename Extensions=_win32_Using_Filename_Extensions_PT
  138. 3 Register Document Types=_win32_Register_Document_Types_PT
  139. 3 Network Issues=_win32_Network_Issues_PT
  140. 3 CD-ROM Considerations=_win32_CD_ROM_Considerations_PT
  141. 3 Checklist for Planning an Installation Program=_win32_Checklist_for_Planning_an_Installation_Program_PT
  142. 2 WINDOWS.H and STRICT Type Checking
  143. 3 WINDOWS.H and STRICT Type Checking=_win32_WINDOWS.H_and_STRICT_Type_Checking_PT
  144. 3 New Types and Macros=_win32_New_Types_and_Macros_PT
  145. 3 General Data Types=_win32_General_Data_Types_PT
  146. 3 Utility Macros=_win32_Utility_Macros_PT
  147. 3 New Handle Types=_win32_New_Handle_Types_PT
  148. 3 Using STRICT to Improve Type Checking=_win32_Using_STRICT_to_Improve_Type_Checking_PT
  149. 3 Enabling STRICT Type Checking=_win32_Enabling_STRICT_Type_Checking_PT
  150. 3 Making Your Application STRICT Compliant=_win32_Making_Your_Application_STRICT_Compliant_PT
  151. 3 Declaring Functions Within Your Application=_win32_Declaring_Functions_Within_Your_Application_PT
  152. 3 Functions That Require Casts=_win32_Functions_That_Require_Casts_PT
  153. 3 The CreateWindow Function=_win32_The_CreateWindow_Function_PT
  154. 3 Making Best Use of STRICT Type Checking=_win32_Making_Best_Use_of_STRICT_Type_Checking_PT
  155. 3 Accessing the New COMSTAT Structure=_win32_Accessing_the_New_COMSTAT_Structure_PT
  156. 3 Interpreting Error Messages Affected by STRICT=_win32_Interpreting_Error_Messages_Affected_by_STRICT_PT
  157. 2 Generic Thunks
  158. 3 Generic Thunks=_win32_Generic_Thunks_PT
  159. 3 About Generic Thunks=_win32_About_Generic_Thunks_PT
  160. 3 Process Context=_win32_Process_Context_PT
  161. 3 Testing Your Generic Thunks=_win32_Testing_Your_Generic_Thunks_PT
  162. 3 Using Generic Thunks=_win32_Using_Generic_Thunks_PT
  163. 3 Declaring the DLL Function=_win32_Declaring_the_DLL_Function_PT
  164. 3 Loading the Win32-based DLL=_win32_Loading_the_Win32_based_DLL_PT
  165. 3 Getting the Address of the DLL Function=_win32_Getting_the_Address_of_the_DLL_Function_PT
  166. 3 Calling the DLL Function=_win32_Calling_the_DLL_Function_PT
  167. 3 Freeing the Win32-based DLL=_win32_Freeing_the_Win32_based_DLL_PT
  168. 3 Translating 16:16 Pointers=_win32_Translating_16_16_Pointers_PT
  169. 3 Generic Thunks Reference=_win32_Generic_Thunks_Reference_PT
  170. 3 16-bit Generic Thunk Functions=_win32_16_bit_Generic_Thunk_Functions_PT
  171. 3 CallProc32W=_win32_CallProc32W_PT
  172. 3 CallProcEx32W=_win32_CallProcEx32W_PT
  173. 3 FreeLibrary32W=_win32_FreeLibrary32W_PT
  174. 3 GetProcAddress32W=_win32_GetProcAddress32W_PT
  175. 3 GetVDMPointer32W=_win32_GetVDMPointer32W_PT
  176. 3 LoadLibraryEx32W=_win32_LoadLibraryEx32W_PT
  177. 3 32-bit Generic Thunk Functions=_win32_32_bit_Generic_Thunk_Functions_PT
  178. 3 WOWCallback16=_win32_WOWCallback16_PT
  179. 3 WOWCallback16Ex=_win32_WOWCallback16Ex_PT
  180. 3 WOWGetVDMPointer=_win32_WOWGetVDMPointer_PT
  181. 3 WOWGetVDMPointerFix=_win32_WOWGetVDMPointerFix_PT
  182. 3 WOWGetVDMPointerUnfix=_win32_WOWGetVDMPointerUnfix_PT
  183. 3 WOWGlobalAlloc16=_win32_WOWGlobalAlloc16_PT
  184. 3 WOWGlobalAllocLock16=_win32_WOWGlobalAllocLock16_PT
  185. 3 WOWGlobalFree16=_win32_WOWGlobalFree16_PT
  186. 3 WOWGlobalLock16=_win32_WOWGlobalLock16_PT
  187. 3 WOWGlobalLockSize16=_win32_WOWGlobalLockSize16_PT
  188. 3 WOWGlobalUnlock16=_win32_WOWGlobalUnlock16_PT
  189. 3 WOWGlobalUnlockFree16=_win32_WOWGlobalUnlockFree16_PT
  190. 3 WOWHandle16=_win32_WOWHandle16_PT
  191. 3 WOWHandle32=_win32_WOWHandle32_PT
  192.